home *** CD-ROM | disk | FTP | other *** search
- Copyright(V37) Copyright(V37)
-
-
- FORMAT
- COPYRIGHT [FILE] (file|pattern)...
-
- TEMPLATE
- FILE/M/A
-
- PURPOSE
- To find and print embedded copyright messages.
-
- SPECIFICATION
- COPYRIGHT finds embedded copyright messages in the given
- files. The embedded messages have the following format:
-
- $COPYRIGHT: message string $|NUL
-
- They are terminated by either a NUL byte (0x0) or a $
- character. Thus it is possible to output multi-line mes-
- sages if you use something like
-
- char msg[]="$COPYRIGHT:(c) 1993 Joe Hacker\nThis is...$";
-
- in your source code. Leading spaces in the message are
- skipped.
-
- It is recommended that you always use the terminating $
- character. The NUL byte is accepted mainly to be compati-
- ble with a similar copyright string used in software like
- the XFH-Handler by Kristian Nielsen (bombadil@diku.dk).
-
- No diagnostic is printed if a copyright message can't be
- found.
-
- SEE ALSO
- VERSION(AmigaDOS)
-
- AUTHOR
- Torsten Poulin (torsten@diku.dk)
-
- UNRESTRICTIONS
- COPYRIGHT is free; anyone may redistribute copies of COPY-
- RIGHT to anyone under the terms stated in the GNU General
- Public Licence, a copy of which accompanies each copy of
- COPYRIGHT.
-
- Torsten Poulin encourages you to improve and extend COPY-
- RIGHT, and urges that you contribute your extensions to
-
-
- Copyright version 37.3 1 March 1993
-